home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / util / cli / CopyHead.readme < prev    next >
Encoding:
Text File  |  2002-07-07  |  1.2 KB  |  44 lines

  1. Short:    CopyHead - copy n bytes from source to dest - including C-source
  2. Author:   Rudolph-Riedel@t-online.de (Rudolph Riedel)
  3. Uploader: Rudolph-Riedel@t-online.de (Rudolph Riedel)
  4. Version:  1.0
  5. Type:     util/cli
  6.  
  7. As I wasn't able to find something like this on a quick research
  8. I wrote my own tool...
  9.  
  10. This little helper will do a binary copy of the first n bytes
  11. from a given source-file to a given destination-file.
  12.  
  13. CopyHead Source/A,Dest/A,Length/N:
  14.  
  15. CopyHead AmigaOS3.9:Videos/Jurassic_3.avi ram:test.avi 150000
  16.  
  17.  
  18. Default length is 1000.
  19.  
  20.  
  21. The supplied source compiles fine on my system with either SAS-C
  22. or VBCC without warnings and may serve as example for ReadArgs()
  23. usage and file-copying.
  24.  
  25. The supplied binary is compiled with SAS-C.
  26.  
  27.  
  28. The binary and the source are supplied as is, I hereby declare this
  29. package to be public-domain.
  30.  
  31. I take no responsibilty for any damage that may occur by using
  32. this programm on any system.
  33.  
  34. You are using this at your very own risk!
  35.  
  36. One warning though, dest-files are overwritten without asking!
  37.  
  38. Have a nice day - Rudolph
  39.  
  40. |\ /| 
  41. {o O} DiskMaster II support:
  42. ( " ) http://home.t-online.de/home/rudolph-riedel
  43.   O   Mailing-list: http://groups.yahoo.com/group/DM2-Forum
  44.